home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / insrttxt.lha / insert_text_clip.doc next >
Text File  |  1995-09-25  |  1KB  |  37 lines

  1. Insert Text Clip
  2.  
  3. 25 Sep 95
  4.  
  5. Mike Fitzgerald (mrfitz@groupz.net)
  6.  
  7. This macro gets a filename, reads it into the clipboard and inserts
  8. it into FC/FW.
  9.  
  10. I've been annoyed the FC (and FW too) does not have the simple little
  11. "Insert File" function that every other WPro I've ever used had. 
  12. I found a Macro on Aminet that would insert an ascii of FC/FW file,
  13. but it seemed rather inelegant in that it had to open another window 
  14. to do it.
  15.  
  16. So I dug around in my rexxlib docs until I found the writeclip function
  17. in rexxutil.lib. After I found that it was a simple matter to knock this
  18. together.
  19.  
  20. It does the same as the other macro (Insert_Ascii.rexx, I believe) but it
  21. doesn't have to open another doc, mark, cut, close, paste, it just presents
  22. a filerequester, reads the file into the clipboard, then pastes it at the 
  23. current cursor position in the selected doc. A lot quieter.
  24.  
  25. Installation:
  26.  
  27. Copy rexxutil.library into your Libs: directory.
  28.  
  29. Copy Insert_Text_Clip.rexx into your FW/FC macros directory.
  30.  
  31. Either assign it to a button or a menu item or whatever.
  32.  
  33. Postition the cursor where you want to inset the text, hit the button(or
  34. select the menu item), select your filename, hit insert or return.
  35.  
  36. Happy writing.
  37.